/* source-sans-pro-regular - latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}


/* source-sans-pro-600 - latin */

@font-face {
    font-family: 'Source Sans Pro-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}


/* source-sans-pro-700 - latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}


/* source-sans-pro-900 - latin */

@font-face {
    font-family: 'Source Sans Pro-Bold';
    font-style: normal;
    font-weight: 900;
    src: url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-900.woff') format('woff'), /* Modern Browsers */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/files/tiny_templates/fonts/source-sans-pro-v14-latin-900.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #303134;
    line-height: 23px;
    background:rgb(30 30 30 / 0%);
    position: relative;
}

body h1,
body .h1 {
    font-size: 40px;
    line-height: 50px;
    font-family: "Source Sans Pro-SemiBold", sans-serif;
    
}

body h2,
body .h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "Source Sans Pro-Bold", sans-serif;
}

body h3,
body .h3 {
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

a {
    color: #000;
    transition: .3s;
}

body a:hover,
body a:focus {
    color: #b61e0c;
}

img {
    width: 100%;
    object-fit: cover;
}

button:focus {
    outline: none!important;
}



.banner {
    min-height: 567px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner h2 {
    color: #FFF;
    text-transform: uppercase;
    padding: 105px 0 0 70px;
    font-family: "Source Sans Pro-SemiBold", sans-serif;
    width: 40%;
    font-size: 50px;
    line-height: 60px;
}

.search button {
    background: transparent url(../images/loupe.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 19px;
}

.inner-padding {
    padding: 25px 62px;
}

.empty--up {
    margin-top: -140px;
}

.spt_breadcrumb ul.breadcrumb {
    list-style: none;
    background-color: #fff;
    padding-left: 0;
}

.spt_breadcrumb ul.breadcrumb li {
    display: inline;
}

.spt_breadcrumb ul.breadcrumb li+li:before {
    padding: 8px;
    content: "//";
}

.section {
    padding: 60px 0;
}

.grey {
    background-color: #303134;
}

.date {
    color: #fff;
    font-size: 39px;
    line-height: 49px;
    display: inline-block;
    margin-bottom: 17px;
}

.red-links a {
    color: #DC220B;
    line-height: 23px;
}

.red-links a:hover{
    color: #DC220B;
}

.red-links .text-white a {
    color: #fff;
}

.red-links {
    padding-left: 20px;
    margin-bottom: 30px;
}

.btn-full-width {
    font-weight: 600;
    color: #DC220B;
    line-height: 23px;
    border: 3px solid #DC220B;
    background-color: #fff;
    display: block;
    padding: 14px;
    text-align: center;
}

.btn-full-width:hover,
.btn-full-width:active,
.btn-full-width:focus {
    color: #fff;
    background-color: #DC220B;
}

.tags-even {
    padding-left: 20px;
}

.tags-even li {
    font-weight: 600;
}

.upper-footer {
    background-color: #383A40;
    padding: 40px 0;
}

.social-media-upper ul li {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}

.red-link,
.footer-down .red-link p {
    color: #DC220B;
    font-weight: 700;
}

.social-media-upper ul li i {
    color: #fff;
}

.footer-down {
    background-color: #303134;
    padding: 50px 0;
}

.footer-down p {
    color: #C1C1C1;
    font-size: 12px;
}

.footer-down a {
    display: block;
    color: #C1C1C1;
    font-size: 12px;
}

.social-media-upper ul li.red-link {
    color: #DC220B;
}

.bg-column {
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-red {
    background-color: #DC220B;
    height: 100%;
}

.btn.custom {
    font-weight: 600;
    line-height: 23px;
    background-color: transparent;
    display: inline-block;
    padding: 5px 70PX;
    text-align: center;
    border-radius: 0;
    border: 2px solid red;
    color: #DC220B;
}


.btn.custom:hover, .btn.custom:focus, .btn.custom:active{
    color: #DC220B;
    background-color: transparent!important;
}

.border-white {
    border: 2px solid #DC220B!important;
    color: #DC220B;
}

.btn-primary{
    background-color: #DC220B!important;
    border: none;
}


.border-red {
    border: 2px solid #DC220B;
    color: #DC220B;
}

.border-white:hover,
.border-white:active,
.border-white:focus {
    color: #DC220B;
    background-color: #FFF;
}

.border-red:hover,
.border-red:active,
.border-red:focus {
    color: #fff;
    background-color: #DC220B;
}

.inner-two-coulmn p {
    color: #fff;
}

.inner-two-coulmn {
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.header .search-menu button {
    position: absolute;
    right: 0;
    top: 5px;
}

.inner-content .h1 {
    margin-bottom: 26px;
}

.header .search-menu input {
    padding-right: 30px;
    transition: all .3s;
    border: 1px solid #000;
    border-radius: 0;
    opacity: 0;
    height: 30px;
    padding-left: 5px;
    outline: none;
}

.header .search-menu input:hover {
    opacity: 1;
}

.header .search-menu .form-inline {
    position: relative;
}

.header .search-menu .form-inline:hover input {
    opacity: 1;
}

.spt_left_full_img {
    position: relative;
}

.spt_left_full_img .left-image {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.spt_left_full_img .right-image {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.inner-content {
    display: flex;
    align-items: center;
    padding: 100px 0;
    padding-right: 60px;
} 
.btn-primary {
    background-color: #DC220B;
    border-radius: 0;
    border: 2px solid #DC220B;
    padding: 5px 12px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #DC220B;
    background-color: #fff;
    border: 2px solid #DC220B;
}

.right-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.inner-padding h1,
.inner-padding .h1 {
    margin-bottom: 35px;
}

.form-inline input,
.form-inline input:hover,
.form-inline input:focus,
.form-inline input:active {
    border-radius: 0;
    box-shadow: none;
}

.footer-down .fab {
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
}

.copy-right {
    text-align: right;
}

.form-inline .form-control {
    width: calc(100% - 125px);
    margin-right: 10px;
}

.list-wrapper {
    margin-bottom: 30px;
}

.sub-menu-section {
    display: none;
}

.sub-menu-section.show {
    display: flex;
}

.menu {
    cursor: pointer;
}
.margin-accordion {
    margin-bottom: 60px;
}

.margin-heading {
    margin-bottom: 25px;
}
.inner-content p {
    padding-bottom: 20px; 
}

#breadcrumb {
    font-size: 11px;
}

/* Default page */

.main-content {
    background-color: #FFF;
    padding: 50px 95px 55px;
    margin-top: -70px;
}

.main-content p {
    width: 80%;
}

.calendar {
    background-color: #303134;
    padding: 60px 0 40px;
}

.calendar a {
    color: #DC220B;
    text-decoration: underline;
}

.calendar .single {
    margin-bottom: 30px;
    margin-left: 20px;
}

.calendar p {
    color: #FFF;
}

.second-content .title {
    display: flex;
    align-items: center;
}

.second-content .content {
    margin-left: 70px;
}

.second-content {
    padding: 80px 0 120px;
}

.advantages ol {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    column-count: 2;
    margin-left: 30px;
    width: 40%;
}

.second-content .register {
    display: block;
    text-transform: uppercase;
    color: #DC220B;
    border: 3px solid #DC220B;
    padding: 10px;
    text-align: center;
    font-family: "Source Sans Pro-SemiBold", sans-serif;
    margin-top: 60px;
    font-size: 18px;
    transition: .3s;
}

.second-content .register:hover {
    background-color: #DC220B;
    color: #FFF;
    text-decoration: none;
}

.bottom-blocks .block-single {
    padding: 0;
    min-height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-blocks .content {
    width: 65%;
}

.bottom-blocks a {
    font-family: "Source Sans Pro-SemiBold", sans-serif;
    text-transform: uppercase;
    padding: 10px;
    min-width: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    text-align: center;
}

.bottom-blocks .block-single a:hover {
    text-decoration: none;
}

.bottom-blocks .block-single.archive a {
    color: #DC220B;
    border: 2px solid #DC220B;
    display: inline-block;
    margin-top: 10px;
}

.advantages {
    margin-top: 40px;
}

.bottom-blocks input[type="text"] {
    border: 2px solid #DC220B;
    font-size: 12px;
    color: #121212;
    margin-right: 5px;
    width: 100%;
}

.bottom-blocks form {
    margin-top: 10px;
    display: flex;
}

.bottom-blocks input {
    padding: 10px;
    outline: none;
}

.bottom-blocks input[type="submit"] {
    color: #FFF;
    text-transform: uppercase;
    background-color: #DC220B;
    border: 2px solid #DC220B;
    transition: .3s;
    font-family: "Source Sans Pro-SemiBold", sans-serif;
}

.bottom-blocks input[type="submit"]:hover {
    color: #DC220B;
    background-color: #FFF;
}

.bottom-blocks .block-single.archive a:hover {
    background-color: #DC220B;
    color: #FFF;
}

.scrolltotop {
    background-color: rgba(220, 34, 11, 1);
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    width: 57px;
    height: 46px;
    position: fixed;
    right: 0;
    bottom: 45px;
    outline: none;
    z-index: 99999;
    display: none;
}

.page .sm-links a {
    font-size: 26px;
    background-color: rgba(220, 34, 11, 1);
    margin-bottom: 5px;
    padding: 5px;
    width: 50px;
    color: #FFF;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .sm-links a:hover {
    text-decoration: none;
}

.sm-links {
	position: fixed;
	z-index: 99999;
}

.page h2 {
    margin-bottom: 30px;
}

.page .title h2 {
    margin: 0
}

.page a {
    color: #DC220B;
}

/* Slider */

.slider {
    background-color: #DC220B;
    padding: 60px 0;
}

.slider h2,
.slider h3,
.slider p,
.slider i {
    color: #FFF;
}

.slider h3 {
    margin-bottom: 30px;
}

.slider h2,
.page .slider h2 {
    margin-bottom: 85px;
}

.slider .content {
    display: flex;
    align-items: center;
    width: 60%;
    margin: auto;
}

.slider .content i {
    font-size: 80px;
    margin-left: 70px;
}

.slider .owl-nav i {
    font-size: 50px;
}

.slider .owl-prev i {
    position: absolute;
    left: 15px;
    top: 58%;
}

.slider .owl-next i {
    position: absolute;
    right: 15px;
    top: 58%;
}

.slider .owl-dots span {
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    opacity: 1;
    width: 10px;
    transition: .3s all;
    border: 1px solid #FFF;
}

.slider .owl-dots span:hover {
    background-color: #FFF;
    border-color: #FFF;
}

.slider .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.slider .owl-dots .active span {
    background: #FFFFFF;
}

.slider h2,
.slider h3 {
    text-transform: uppercase;
}

/* Meetings Page */


.page h1 {
    color: #FFF;
    margin: 0 0 15px;
}

.page .title {
    margin-bottom: 40px;
}

.page .bottom-blocks h2 {
	margin-bottom: 25px;
}

.second-content .title i {
    font-size: 30px;
    margin-right: 30px;
}

.bottom-blocks .block-single.newsletter {
    align-items: flex-end;
    padding-right: 120px;
}

.meetings-page .bottom-blocks .block-single:nth-child(2) {
    background-color: #DC220B;
}

.meetings-page .bottom-blocks .block-single:nth-child(2) a {
    border: 2px solid #FFFFFF;
    font-size: 15px;
    margin-top: 90px;
}

.meetings-page .bottom-blocks .block-single:nth-child(2) a:hover {
    background: #FFFFFF;
    color: #DC220B;
}

.meetings-page .bottom-blocks .block-single:nth-child(2n) h2,
.meetings-page .bottom-blocks .block-single:nth-child(2n) p,
.meetings-page .bottom-blocks .block-single:nth-child(2n) a,
.bottom-blocks .block-single.archive h2,
.bottom-blocks .block-single.archive p,
.meetings-page .bottom-blocks .block-single.archive a:hover {
    color: #FFF; 
}

.meetings-page .bottom-blocks .block-single.archive a {
    color: #DC220B;
}

.bottom-blocks.four-cols .block-single:nth-child(2n),
.bottom-blocks .block-single:nth-child(2n),
.bottom-blocks.four-cols .block-single.archive {
    padding-left: 120px;
}

.bottom-blocks .block-single.archive {
    position: relative;
}

.bottom-blocks .block-single .content-text {
    min-height: 110px;
}

.bottom-blocks .block-single.archive .opacity {
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .8);
    position: absolute;
    left: 0;
    top: 0;
}

.bottom-blocks .block-single.archive .content {
    position: relative;
    z-index: 999;
}

.meetings-page {
    display: flex;
    flex-direction: column;
}

/* History Tree */

.history-page h2 {
    margin-bottom: 70px;
}

.history-tree h3 {
    padding-bottom: 20px;
    border-bottom: 5px solid #DC220B;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.tree-branch-icons i {
    font-size: 20px;
    color: #FFF;
    background: #303134;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tree-branch-icons .icon {
    position: relative;
    padding-right: 45px;
    margin-bottom: 95px;
}

.history-tree {
    position: relative;
    margin-bottom: 30px;
}

.history-tree .tree-branch:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.history-tree .tree-branch:nth-child(even) .title {
    margin-left: 125px;
}

.history-tree .tree-branch:nth-child(odd) .content {
    padding-left: 20px;
}

.tree-branch-icons .icon:first-child::before {
    content: "";
    height: 37px;
    width: 5px;
    background-color: #303134;
    position: absolute;
    left: 27px;
    top: -43px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.history-tree .tree-branch .title {
    margin-bottom: 0;
    padding-right: 45px;
}

.history-tree .tree-branch h3 {
    margin-top: 0;
}

.tree-branch-icons {
    position: absolute;
    left: 45%;
    top: 150px;
}

.history-tree .tree-branch:nth-child(3) .title,
.history-tree .tree-branch:nth-child(3) .content,
.history-tree .tree-branch:nth-child(4) .title,
.history-tree .tree-branch:nth-child(4) .content,
.history-tree .tree-branch:nth-child(5) .title,
.history-tree .tree-branch:nth-child(5) .content,
.history-tree .tree-branch:nth-child(7) .title,
.history-tree .tree-branch:nth-child(7) .content {
    margin-top: 0;
}

.history-tree .tree-branch:nth-child(8) .title,
.history-tree .tree-branch:nth-child(8) .content {
    margin-top: 15px;
}

.history-tree .tree-branch:nth-child(6) .title,
.history-tree .tree-branch:nth-child(6) .content {
    margin-top: -65px;
}

.history-tree .tree-branch:last-child .title,
.history-tree .tree-branch:last-child .content {
    margin-top: -9px;
}

.history-tree .tree-branch .title,
.history-tree .tree-branch .content {
    margin-top: 27px;
    margin-bottom: 73px;
}

.tree-branch {
    align-items: center;
}

.tree-branch-icons:first-child .icon::before {
    content: "";
    height: 35px;
    width: 5px;
    background-color: #303134;
    position: absolute;
    left: 27px;
    top: 70px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.tree-branch-icons .icon::after {
    content: "";
    height: 85px;
    width: 5px;
    background-color: #303134;
    position: absolute;
    left: 27px;
    top: 64px;
}

.tree-branch-icons .icon:last-child::after {
    height: 45px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* media query starts  here */

@media (min-width: 1200px) {
    .container {
        max-width: 1118px;
    }
}

@media only screen and (max-width: 992px) {
    .inner-padding {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .spt_left_full_img .left-image {
        position: relative;
        width: 100%;
        min-height: 250px;
    }
    .spt_left_full_img .right-image {
        position: relative;
        width: 100%;
        min-height: 250px;
    }
    .inner-padding {
        padding: 20px 0;
    }
    .empty--up {
        margin-top: 0;
    }
    .inner-content {
        min-height: 300px;
        word-break: break-word;
    }
    .text-white.mobile {
        color: #303134!important;
    }
    .banner {
        min-height: 350px;
    }
    .section {
        padding: 20px 0;
    }
    .copy-right {
        text-align: center;
    }
    h1,
    .h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .date {
        font-size: 28px;
        line-height: 27px;
    }
    .inner-padding h1,
    .inner-padding .h1 {
        margin-bottom: 20px;
    }
    .list-wrapper .d-flex {
        display: block!important;
    }
    .inner-content {
        padding: 30px;
    }
    .form-inline .form-control {
        width: 100%;
    }
    .right-image::before {
        content:none;
    }
}


.leftBlock, .rightBlock{
    background-color: #383A40;
    padding: 33px;
    z-index: 100;
    position: relative;
    height: 330px;
    cursor: pointer;
}

.videoImg {
    float: left;
    width: 64px;
    margin-top: 57px;
}
.leftBlock h5 {
    color: white;
    text-align: left;
    font-weight: 600;
    font-size: 28px;
}

.leftBlock p {
    text-align: left;
    color: white;
}

.feature_box p {
 font-size: 14px;
 line-height: 22px;
 font-weight: 400;
}

.butL button {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: white;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
}

.butL {
    margin-top: 20px;
}

/*_____________________________________Testemonials________________________________*/
@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);


*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Dubai-Light;
    background: rgba(30,30,30);
}
.testim {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: black;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    color: white;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    margin: 15px 0;
    text-align: left;
    padding-left: 50px;
    color: white;
    font-weight: bold;
    font-size: 23px;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}


.fa-chevron-left:before{
    color: white;
}
.testim .cont div p{
    color: white;
    text-align: left;
}

/*____________________________________________________Moobile Version_____________________________________________*/
@media screen and (max-width: 760px) {

    .feature_box{
        background: #383A40!important;
    }
    .butL button{
        margin: 0px!important;
        margin-bottom: 15px!important;
    }

    .dash_bg::after{
        background: unset!important;
    }
    .full p{
        font-size: 14px;
    }
    #testim {
        margin-top: 424px;
    }
    .section3{
        height: 635px;
    }

}

.red {
    background-color: #DC220B!important;
    padding-bottom: 96px;
    padding-top: 116px;
    position: relative;
}



.fa-chevron-right:before{
    color: white;
}

.testim .dots .dot.active, .testim .dots .dot:hover{
    background-color: white!important;
}

.tl {
    display: inline-block;
    float: left;
    position: absolute;
    margin-top: -47px;
    margin-left: 15px;
    font-size: 30px;
    font-weight: bold;
}
.sadsaf h3 {
    height: 40px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}

.sadsaf p {
    color: #DC220B;
    font-size: 17px;
    margin-top: 38px;
    max-width: 203px;
}
.margin-top_30 {
    margin-top: 30px;
}
.sadsaf{
    padding-top: 100px;
}

@media screen and (min-width: 760px) {
    .cled{
        padding-left: 65px!important;
        padding-right: 65px!important;
    }
}
.block_N{
    background-color: #303134;
}
.block_N .inner-content .h1{
   color: white!important;
   font-weight: bold;
}
.block_N .inner-content p{
    color: white!important;
}
.block_N .btn.custom, .block_N .btn.custom:hover, .block_N .btn.custom:active, .block_N .btn.custom:focus{
    border: 2px solid white!important;
    color: white!important;
    background-color: transparent!important;
}

.inv3{
    margin-top: 14px;
}
.inv4{
    margin-top: 14px;
}
.zumVideoinv {
    color: #DC220B;
    background-color: transparent;
    border: 2px solid #DC220B;
    padding: 8px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 37px;
    margin-left: 34px;
    margin: 0 auto;
    display: table;
    margin-top: 33px;
    font-weight: bold;
}



/*____________________________________________________Mobile Version_____________________________________________*/



@media screen and (max-width: 760px) {

    .asdw{
        display: block!important;
        width: 100%!important;
        margin-bottom: 20px!important;
        margin-bottom: 20px!important;
    }

    .leftBlock{
        height: 393px!important;
    }
    .red {
        padding-bottom: 96px;
        padding-top: 116px;
    }
    .t1{
        position: static!important;
    }
    .sadsaf{
        padding-top: 100px;
        padding-bottom: 57px;
        text-align: center;
    }
    .block_f .tl {
        margin-left: unset;
        padding-left: 20px;
    }
    .work_blog{
        text-align: center;
    }
    .sadsaf p{
        max-width: unset!important;
    }
    #testim{
        margin-top: 133px;
    }

    .red{
        padding-bottom: unset;
    }
    .section3{
        height: 388px;
    }
    .cled .t1{
        position: unset!important;
    }
}

@media (max-width: 991px) {

    #page .bottom-blocks .block-single {
        padding: 0;
    }

    .bottom-blocks .content {
        width: 100%;
        padding: 30px;
    }

    .second-content {
        padding: 60px 0 80px;
    }

    .bottom-blocks .block-single {
        min-height: 360px;
    }

    .page .sm-links a {
        font-size: 24px;
        width: 45px;
        height: 40px;
    }

    .meetings-page h2 {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {

    p, ol, ul {
        font-size: 13px;
    }

    body h2, body .h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .main-content {
        padding: 30px 20px;
    }

    .advantages ol {
        column-count: 1;
        width: 100%;
    }

    .bottom-blocks a {
        min-width: auto;
    }

    .second-content .register {
        font-size: 14px;
        margin-top: 20px;
    }

    .bottom-blocks .block-single:nth-child(2) a {
        margin-top: 30px;
    }

    .second-content .content {
    	margin-left: 0;
    }

    .second-content .title i {
        font-size: 24px;
        margin-right: 18px;
        line-height: 36px;
    }

    .bottom-blocks .block-single.newsletter {
        padding: 0;
    }

    .bottom-blocks .block-single.archive a {
        margin-top: 0;
    }

    .slider .content i {
        order: -1;
        margin-left: 0;
    }

    .slider .content {
        flex-direction: column;
    }

    .slider h2,
    .page .slider h2 {
        margin-bottom: 60px;
    }

    .slider .content {
        justify-content: center;
    }

    .slider .owl-nav i {
        font-size: 30px;
    }

    .slider .owl-next i {
        right: 10px;
    }

    .slider .owl-prev i {
        left: 10px;
    }

    .page .title {
        margin-bottom: 20px;
    }

    .history-tree h3 {
        font-size: 12px;
        padding-left: 0;
    }

    .tree-branch-icons i {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    .tree-branch-icons {
        left: 51%;
    }

    .history-page .main-content {
        padding: 30px 10px;
    }

    .tree-branch-icons .icon:first-child::before {
        left: 19px;
    }

    .history-tree .tree-branch:nth-child(even) .title {
        margin-left: 0;
    }

    .history-tree .tree-branch .title {
        padding-right: 0;
    }

    .history-tree .tree-branch:nth-child(even) h3 {
        padding-left: 20px;
    }

    .tree-branch-icons .icon::after {
        left: 17px;
        top: 45px;
    }

    .history-tree .tree-branch:nth-child(2) .title, .history-tree .tree-branch:nth-child(2) .content {
        margin-top: -22px;
    }

    .history-tree .tree-branch:nth-child(3) .title, .history-tree .tree-branch:nth-child(3) .content, .history-tree .tree-branch:nth-child(4) .title, .history-tree .tree-branch:nth-child(4) .content, .history-tree .tree-branch:nth-child(5) .title, .history-tree .tree-branch:nth-child(5) .content, .history-tree .tree-branch:nth-child(7) .title, .history-tree .tree-branch:nth-child(7) .content {
        margin-top: -37px;
    }

    .tree-branch-icons {
        display: none;
    }

}

@media (max-width: 575px) {

}

@media (min-width: 768px) and (max-width: 991px) {

    .advantages ol {
        width: 50%;
    }

    p, ol, ul {
        font-size: 14px;
    }

    body h2, body .h2 {
        font-size: 26px;
        line-height: 36px;
    }

    body h3,
    body .h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .second-content .register {
        font-size: 16px;
        margin-top: 30px;
    }

    .meetings-page .bottom-blocks .block-single:nth-child(2) a {
        margin-top: 50px;
    }

    .slider {
        padding: 50px 0;
    }

    .slider .content {
        width: 75%;
    }

    .slider .content i {
        margin-left: 50px;
    }

    .slider .owl-nav i {
    	font-size: 40px;
    }

    .main-content {
        padding: 30px 50px;
    }
    
    .page .title {
        margin-bottom: 30px;
    }

    .tree-branch-icons i {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .tree-branch-icons {
        left: 52%;
    }

    .history-tree .tree-branch:nth-child(even) .title {
        margin: 0;
        padding-left: 100px;
    }

    .tree-branch-icons .icon::after {
        left: 23px;
        top: 60px;
    }

    .tree-branch-icons .icon:first-child::before {
        left: 23px;
    }

    .history-tree .tree-branch:nth-child(3) .title, .history-tree .tree-branch:nth-child(3) .content,
    .history-tree .tree-branch:nth-child(4) .title, .history-tree .tree-branch:nth-child(4) .content,
    .history-tree .tree-branch:nth-child(5) .title, .history-tree .tree-branch:nth-child(5) .content,
    .history-tree .tree-branch:nth-child(6) .title, .history-tree .tree-branch:nth-child(6) .content  {
        margin-top: -20px!important;
    }

    .history-tree .tree-branch:nth-child(7) .title, .history-tree .tree-branch:nth-child(7) .content {
        margin-top: 45px!important;
    }

    .history-tree .tree-branch:nth-child(8) .title, .history-tree .tree-branch:nth-child(8) .content {
        margin-top: -43px;
    }

    .history-tree .tree-branch:last-child .title, .history-tree .tree-branch:last-child .content {
        margin-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .history-tree .tree-branch:nth-child(even) .title {
        margin-top: 0;
    }

    .history-tree .tree-branch:nth-child(3) .title, .history-tree .tree-branch:nth-child(3) .content, .history-tree .tree-branch:nth-child(4) .title, .history-tree .tree-branch:nth-child(4) .content, .history-tree .tree-branch:nth-child(5) .title, .history-tree .tree-branch:nth-child(5) .content,
    .history-tree .tree-branch:nth-child(7) .title, .history-tree .tree-branch:nth-child(7) .content {
        margin-top: -30px;
    }

}